GUI Help > Fonts > isFontItalic

isFontItalic
bool italic=isFontItalic(handle font)

Description:
Used to determine if a font is italic or not.

Return Value:
Returns 1 if the specified font is italic, or 0 if it is not.

Parameters:
font Handle of a font.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)